projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a3ac8b
)
*** empty log message ***
author
Roland McGrath
<roland@gnu.org>
Thu, 12 Aug 1993 22:17:13 +0000
(22:17 +0000)
committer
Roland McGrath
<roland@gnu.org>
Thu, 12 Aug 1993 22:17:13 +0000
(22:17 +0000)
src/getloadavg.c
patch
|
blob
|
history
diff --git
a/src/getloadavg.c
b/src/getloadavg.c
index 3e4a1d41288e07115451515b131dcaa9e3855ea1..b748c3a5ace1a8deac62ebc589db6e5c9becd0b1 100644
(file)
--- a/
src/getloadavg.c
+++ b/
src/getloadavg.c
@@
-69,7
+69,10
@@
#ifdef HAVE_CONFIG_H
-#include "config.h"
+/* We use <config.h> instead of "config.h" so that a compilation
+ using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
+ (which it would do because getloadavg.c was found in $srcdir). */
+#include <config.h>
#endif